﻿@charset "utf-8";
/* CSS Document */

html, body, div, p, ul,ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, input, select, button, textarea, iframe, frameset, table, th, tr, td, fieldset { margin:0; padding:0; }
/* IE5.xIE6бbug */ 
* html body{overflow: visible;} 
* html iframe, * html frame{overflow: auto;} 
* html frameset{overflow: hidden;} 

/* body */ 
body{color:#757575; font-size:12px; line-height:24px;  font-family:"微软雅黑";   background:#FFF;} 
i, em, cite { font-style:normal; }

/* a */ 
a{color:#757575; font-size:12px;/*-webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	-ms-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;*/ text-decoration: none; }
a:hover { color:#0068b7; }
/* form */ 
textarea,input{ word-wrap:break-word;word-break:break-all;} 
textarea,input {vertical-align:middle;font-size:12px; outline:none}

iframe{ border:0}
/* li */ 
ul,li{list-style-type:none;} 
/* img */ 
body img{border:0 none; vertical-align:middle;} 

/* h* */ 
h1{ font-size:24px;} 
h2{ font-size:20px;} 
h3{ font-size:18px;} 
h4{ font-size:16px;} 
h5{ font-size:14px;} 
h6{ font-size:12px;}


/* Hides from IE-mac \*/
* html .clearfix {height:1%;}.clearfix {display:block;}
/* End hide from IE-mac */
/*********清除浮动处理**********/
.clr { clear:both; display:block; height:0;font-size:0; overflow:hidden;}
/*返回顶部*/
.totop{position:fixed; right:50%; margin-right:-528px; z-index:10000; bottom:25px;display:block; width:26px; height:62px; background:url(../images/rocket.png) no-repeat 0 0; -webkit-transition: all 0.2s ease-in-out;}





/*网站头部*/
.top-T_Wrap{  -webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;background:url(../images/topbj.jpg) left bottom repeat-x #FFF; width:auto; height:110px;  position:fixed; left:0; right:0; top:0; z-index:50;}
	
	
.top-T{  -webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;width:1200px; background:url(../images/logo.png) left center no-repeat;  background-size:219px; margin:0 auto; height:110px; position:relative;}

/***********nav*******/
.nav{  -webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out; height:110px; position:absolute; right:0; top:0; bottom:0; margin:auto; z-index:50;}
.nav li{ float:left; text-align:center; position:relative}
.nav li > a{  -webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out; height:110px; line-height:110px; width:130px;  z-index:55; font-size:16px; color:#1a1a1a; display:block; position:relative}
.nav li > a:hover,.nav li > .cur{color:#0068b7;font-weight:bold; }

.ProBoxWrap{ display:none; text-align:left; position:absolute; width:130px; -moz-box-shadow:0 5px 5px rgba(128,128,128,0.2); -webkit-box-shadow:0 5px 5px rgba(128,128,128,0.2); box-shadow:0 5px 5px rgba(128,128,128,0.2); background:#FFF; z-index:9; top:110px;}
.ProBoxWrap .ProBox{margin:0 auto; padding:0 20px; }
.ProBoxWrap .ProBox .T{ }
.ProBoxWrap .ProBox .T a{ display:block;  height:42px; line-height:42px; text-align:center; border-bottom:1px dashed #e6e6e6; color:#808080; font-size:14px; position:relative;}
.ProBoxWrap .ProBox .T a:hover{ color:#0068b7; font-weight:bold}
.nav li:hover .ProBoxWrap{ display:block}

.nav li > a:hover,.nav li > .cur,.nav li:hover > a{font-weight:bold;  color:#0068b7;}

.ProBoxWrap .ProBox .T:nth-last-child(1) a{ border-bottom:0}

.nav li:hover:after,.nav li.cur:after{ content:''; position:absolute; bottom:50%; width:60px; z-index:10; height:3px; background:#0068b7; left:0; right:0; margin:0 auto -30px}


.HeadFixed{ height:80px;}
.HeadFixed .top-T{  background:url(../images/logo.png) left center no-repeat; height:80px; background-size:188px}
.HeadFixed .nav{ height:80px;}
.HeadFixed .nav li > a{  height:80px; line-height:80px}
.HeadFixed .ProBoxWrap{top:80px;}






/*********************************公共头部结束*******************************/

.js-silder{position: relative; height:600px; z-index:5}
.silder-scroll{width: 100%; overflow: hidden; height:100%;}
.silder-main{position: relative; width: 100%; overflow: hidden; height:100%;}
.silder-main-img{position: absolute;top: 0;left: 0;width: 100%; height:100%;}
.silder-main-img a{ display:block; height:100%}
.silder-main-img img{width: 100%;}
.js-silder-ctrl{position:absolute; bottom:5px; z-index:10; width: 100%; text-align: center;}
.silder-ctrl-prev,
.silder-ctrl-next{position: absolute;top: 0;display:none;width: 8%;height: 100%;vertical-align: middle;cursor: pointer;color: #fff;font-family: "宋体";font-size: 52px;font-weight: 600;text-shadow: #666 2px 2px 5px;}
.silder-ctrl-prev{left: 0; text-align: left;}
.silder-ctrl-next{right: 0; text-align: right;}
.silder-ctrl-prev>span,
.silder-ctrl-next>span{position: absolute;top: 50%; margin-top: -40px;}
.silder-ctrl-prev>span{display:none;left: 0;}
.silder-ctrl-next>span{ display:none;right: 0;}
.silder-ctrl-con{display: inline-block; padding: 0; margin: 0 10px; cursor: pointer;}
.silder-ctrl-con>span{display: block;line-height: 0;text-indent: -9999px;overflow: hidden; padding:2px 20px; cursor: pointer; background:#FFF}
.silder-ctrl-con.active>span{background-color: #0068b7;}

@media (max-width: 768px){
.silder-ctrl-prev,.silder-ctrl-next{width: 10%;font-size: 26px;margin-top: -25px;}
.silder-ctrl-con{width: 14px; height: 14px;padding: 0; margin: 0 5px;}
.silder-ctrl-con>span{display: block; width: 100%; height: 100%; border-radius: 50%; padding: 0;}
}

/*产品中心*/

.photo_title{ width:1200px; margin:0 auto; background:url(../images/protitle.png) center center no-repeat; height:50px; position:relative}

.inPROWrap{ width:auto; padding-top:40px;background:url(../images/probj.jpg) left top repeat-x #FFF; overflow:hidden; min-height:500px; }

.proNav{ width:1200px; margin:30px auto 0; position:relative; text-align:center;}

.proNav li{  display:inline-block; margin:0 15px; position:relative; color:#e5e5e5; text-align:center}
.proNav li > a{  height:40px; width:150px;  z-index:20; font-size:14px; padding-top:90px; color:#000000; display:block; position:relative}

.proNavProBoxWrap{ display:none; text-align:left; position:absolute; width:100%; -moz-box-shadow:0 5px 5px rgba(128,128,128,0.2); -webkit-box-shadow:0 5px 5px rgba(128,128,128,0.2); box-shadow:0 5px 5px rgba(128,128,128,0.2); background:#FFF; z-index:9; top:130px;}
.proNavProBoxWrap .ProBox{margin:0 auto;  }
.proNavProBoxWrap .ProBox .T{ }
.proNavProBoxWrap .ProBox .T a{ display:block; margin:0 10px; height:42px; line-height:42px; text-align:center; border-bottom:1px dashed #e6e6e6; color:#808080; font-size:14px; position:relative;}
.proNavProBoxWrap .ProBox .T a:hover{ color:#0068b7;}
.proNav li:hover .proNavProBoxWrap{ display:block}

.proNav:after{ content:''; position:absolute; top:40px; width:500px; z-index:10; height:1px; background:url(../images/xian05.png) center center repeat; left:0; right:0; margin:auto}

.proNavProBoxWrap .ProBox .T:nth-last-child(1) a{ border-bottom:0}

.proNavProBoxWrap .ProBox .T:nth-child(1){ border-top:3px solid #0068b7}

.proNav li.cur > a{color:#0068b7; }
#sub_74 > a{ background:url(../images/i01.png) center top no-repeat; }
#sub_7 > a{ background:url(../images/i02.png) center top no-repeat; }
#sub_86 > a{ background:url(../images/i03.png) center top no-repeat; }
#sub_88 > a{ background:url(../images/i04.png) center top no-repeat; }

#sub_74:hover > a,#sub_74.cur > a{ background:url(../images/i01a.png) center top no-repeat;}
#sub_7:hover > a,#sub_7.cur > a{ background:url(../images/i02a.png) center top no-repeat; }
#sub_86:hover > a,#sub_86.cur > a{ background:url(../images/i03a.png) center top no-repeat; }
#sub_88:hover > a,#sub_88.cur > a{ background:url(../images/i04a.png) center top no-repeat; }


.RightBOx{ width:1216px; margin:0 auto; padding-top:15px; overflow:hidden;}


.RightBOx li{ width:304px; position:relative; float:left; margin-bottom:15px; }
.RightBOx li a {display:block; width:285px; border:1px solid #e6e6e6; font-size:14px;  color:#1a1a1a; background:#f4f4f4; margin:0 auto; overflow:hidden}
.RightBOx li .pic {position:relative; display:block; overflow:hidden;  background:#FFF; margin:0 auto; height:285px; width:285px}
.RightBOx li .pic img{ max-width:100%; max-height:100%; position:absolute; margin:auto; left:0; top:0; bottom:0; right:0;}
.RightBOx li .text{ text-align:center; line-height:45px; border-top:1px solid #e6e6e6;  height:45px; overflow:hidden;}
.RightBOx li a:hover{ color:#FFF; background:#0068b7; border:1px solid #0068b7 }
.RightBOx li a:hover .text{ border-top:1px solid #0068b7; }

/***关于我们***/
.IngenuityWrap{ background:url(../images/about.jpg) center top no-repeat; height:1010px; margin:40px 0 0}
.Ingenuity{ width:1200px; margin:0 auto;  height:1010px; position:relative;}
.Ingenuity .text{ display:block; width:420px;  line-height:36px; position:absolute; right:30px; bottom:100px; padding-bottom:50px; font-size:14px; color:#666666}
.Ingenuity .text strong{ display:block; color:#181818; font-size:18px; margin-bottom:10px}
.Ingenuity .video{ display:block; width:680px;  position:absolute; height:380px; left:0; bottom:60px;}

.Ingenuity .contact{ display:block; width:430px; line-height:26px; position:absolute; right:45px; top:115px; font-size:14px; color:#FFF}
.Ingenuity .contact strong{ display:block; color:#FFF; font-weight:normal; line-height:30px; text-align:center; font-size:30px; margin-bottom:40px}




/*新闻中心*/
.news_wrap{width:auto; overflow:hidden; height:670px; background:#f8f8f8}

.newsNav{ width:1200px; margin:20px auto 0;  text-align:center;}
.newsNav li{  display:inline-block; margin:0 15px; color:#e5e5e5; text-align:center}
.newsNav li a{  line-height:30px; font-size:16px; padding-bottom:15px; display:block; position:relative; color:#191919}
.newsNav li.cur a{ color:#0068b7; font-weight:bold}

.newsNav li.cur a:after{ position:absolute; bottom:0; left:0; right:0; height:11px; width:20px; background:url(../images/jt02.png) center center no-repeat; content:''; margin:auto}

.news_wrap .news{ width:1200px; margin:0 auto; overflow:hidden; height:580px; padding-top:90px; background:url(../images/gs01.png) center 50px no-repeat}

.news_wrap .news_L_nr{ overflow:hidden; padding-top:40px; position:relative; height:400px; background:url(../images/xian03.png) center 25px no-repeat;}
.news_wrap .news_L_nr li{width:540px; margin-bottom:42px; float:left; position:relative; font-size:14px; color:#b2b2b2; height:90px; }
.news_wrap .news_L_nr li a{width:auto; padding-left:100px; color:#999999; line-height:20px; font-size:14px; height:90px; display:block;}
.news_wrap .news_L_nr li a strong{ display:block; color:#1a1a1a; margin-bottom:10px; height:20px; line-height:20px; overflow:hidden; font-size:16px; font-weight:normal}
.news_wrap .news_L_nr li .data{ position:absolute; left:0; border:1px solid #e5e5e5; color:#7f7f7f; line-height:24px; padding-top:25px; text-align:center; width:80px; height:65px; font-size:12px; top:0}
.news_wrap .news_L_nr li .data span{ font-size:30px; font-weight:bold; display:block; color:#333333}
.news_wrap .news_L_nr li a:hover{color:#0068b7}
.news_wrap .news_L_nr li a:hover strong{color:#0068b7}


.newsMore{ text-align:center; display:block; margin:0 auto; width:50px; text-transform:uppercase; font-size:14px; line-height:35px; color:#808080; position:relative}
.newsMore:after{ content:''; position:absolute; bottom:0; left:0; right:0; margin:0 auto; width:40px; height:1px; background:#e5e5e5}


/*内页样式*/

.right-bt{ width:1200px; margin:0 auto; height:55px; border-bottom:1px dashed #cccccc; position:relative; line-height:55px;}
.right-bt .nybtL{color:#0068b7; display:inline-block;  height:55px; padding:0 5px; border-bottom:2px solid #0068b7; font-weight:bold; font-size:20px; overflow:hidden}
.right-bt .nybtR{ position:absolute; right:0; top:0; overflow:hidden; color:#737373}

.right-bt .nybtR a:nth-last-child(1){ color:#0068b7}
.right-bt a{ color:#808080}
.right-bt a:hover{ color:#0068b7}

.ny-right-about{ width:1200px;  overflow:hidden; margin:0 auto; min-height:300px; padding:20px 0; font-size:14px; color:#474747}


.ny-right-news{ width:1200px; margin:0 auto;  padding:10px 0 }
.ny-right-news li{ width:1200px; height:46px; line-height:46px; position:relative; border-bottom:1px dashed #CCC; overflow:hidden}
.ny-right-news li a{background:url(../Images/jt.jpg) left center no-repeat; font-size:16px; padding-left:15px;}
.ny-right-news li span{ position:absolute; right:0; top:0; font-size:16px;color:#737373;}
.ny-right-news ul{ margin-bottom:20px;}


.ny-right-news h1{ font-size:16px; width:1200px; float:left; text-align:center}
.ny-right-news h6{ border-bottom:1px dashed #CCC; width:1200px; font-weight:normal; height:32px; float:left; line-height:32px; text-align:center;color:#737373}
.ny-news-nr{ width:1200px; overflow:hidden; padding-top:10px; font-size:14px; margin-bottom:20px;}

/*荣誉*/
.ny-right-honor{ width:1200px; margin:0 auto; padding:20px 0; overflow:hidden}
.ny-right-honor li{ width:300px; float:left; overflow:hidden;  margin-bottom:15px; position:relative;}
.ny-right-honor li a{ font-size:14px; width:280px; color:#808080;  display:block;  margin:0 auto}
.ny-right-honor li .pic{ width:280px; overflow:hidden; height:200px; border:1px solid #ededed; margin:0 auto; position:relative}
.ny-right-honor li .pic img{ max-width:100%; max-height:100%; left:0; right:0; top:0; bottom:0; margin:auto; position:absolute;}
.ny-right-honor li .txt{ text-align:center; overflow:hidden; height:40px; line-height:40px}
.ny-right-honor li a:hover{ color:#0068b7}

/*内页****产品****样式*****/
.ny-right-pro{ width:1200px; margin:0 auto; padding:20px 0; overflow:hidden}
.ny-right-pro li{ width:300px; float:left; overflow:hidden;  margin-bottom:15px; position:relative;}
.ny-right-pro li a{ font-size:16px; width:280px; color:#808080;  display:block;  margin:0 auto}
.ny-right-pro li .pic{ width:280px; height:280px;  overflow:hidden; border:1px solid #ededed; margin:0 auto; position:relative}
.ny-right-pro li .pic img{ max-width:100%; max-height:100%; left:0; right:0; top:0; bottom:0; margin:auto; position:absolute;}
.ny-right-pro li .txt{ text-align:center; overflow:hidden; height:40px; line-height:40px}
.ny-right-pro li a:hover{ color:#0068b7}

/* .jqzoom{ width:1200px;  margin:10px auto; overflow:hidden;} */


.jqzoom_A{ width:800px;  margin:10px auto; text-align:center;}
.jqzoom_A img{ border:1px solid #CCC; max-width:550px;}
.jqzoom_A h1{ font-size:20px; line-height:55px; display:block; font-weight:normal;}


.proproperty{ font-size:16px; margin-top:20px; width:1200px; border-bottom:1px solid #e2e2e2;  height:40px;}
.proproperty li { height:30px;  cursor:pointer;font-size:16px;  line-height:40px; color:#333333; display:inline-block; margin-right:30px; }
.proproperty li.cur{ color:#0068b7}

.procontent{ width:1200px; float:right; padding:10px 0;}
.dispaly{ display:none}
.pageleft{ float:left}
.pageright{ float:right}

.linkWrap{width:100%; margin:0 auto; position:relative; z-index:5; overflow:hidden; height:101px;  background:url(../images/linkbj.jpg) center center  no-repeat; font-size:14px}
.linkWrap span{ text-transform:uppercase; font-size:16px; font-weight:bold; margin-right:20px; color:#FFF}

.linkWrap .link{ width:1200px; margin:0 auto; line-height:101px; position:relative; overflow:hidden;}
.linkWrap .link a{color:rgba(255,255,255,0.5); font-size:14px; margin-left:10px;}
.linkWrap .link a:hover{ text-decoration:underline; color:#FFF;}


/*footer*/
.footWrap{ background:url(../images/footbj.jpg) center center  no-repeat;height:239px; overflow:hidden;}
.footWrap .foot{ width:1200px; margin:0 auto; background:url(../images/logo02.png) left center no-repeat;  height:239px; position:relative; overflow:hidden}
.footWrap .foot .footcontact{overflow:hidden; margin-left:350px; width:630px; padding-top:65px; color:#FFF}
.footWrap .foot .footcontact p { line-height:36px;   display:inline-block; position:relative; width:300px; font-size:13px; }

.footWrap .foot .footcontact p img{ margin-top:-2px; margin-right:10px;}

.footWrap .foot .ewm{ position:absolute; right:0; top:0; height:120px; bottom:0; margin:auto; width:120px;}
.footWrap .foot .ewm img{ width:120px;}

.copyWrap{ background:#1a1a1a; height:40px}
.copy{ width:1200px; font-size:14px;  line-height:40px; position:relative; margin:0 auto; color:rgba(128,128,128,0.5)}
.copy span{ display:block}
.copy a{font-size:14px; color:rgba(128,128,128,0.5)}
.copy a:hover{ color:#FFF}
.copy .copyRight{ position:absolute; right:0; top:0}

/*翻页*/
.pageNavi{text-align:center; margin-top:20px; margin-bottom:20px;}
.wp-pagenavi {CLEAR: both;}
.wp-pagenavi A {BORDER-RIGHT: #bfbfbf 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #bfbfbf 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 3px; MARGIN: 2px; BORDER-LEFT: #bfbfbf 1px solid; PADDING-TOP: 3px; BORDER-BOTTOM: #bfbfbf 1px solid; TEXT-DECORATION: none}
.wp-pagenavi SPAN {BORDER-RIGHT: #bfbfbf 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #bfbfbf 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 3px; MARGIN: 2px; BORDER-LEFT: #bfbfbf 1px solid; PADDING-TOP: 3px; BORDER-BOTTOM: #bfbfbf 1px solid; TEXT-DECORATION: none}
.wp-pagenavi A:hover {BORDER-LEFT-COLOR: #000; BORDER-BOTTOM-COLOR: #000; BORDER-TOP-COLOR: #000; BORDER-RIGHT-COLOR: #000}
.wp-pagenavi SPAN.current {BORDER-LEFT-COLOR: #000; BORDER-BOTTOM-COLOR: #000; BORDER-TOP-COLOR: #000; BORDER-RIGHT-COLOR: #000}
.wp-pagenavi SPAN.current {FONT-WEIGHT: bold}



/*===========================================插件END======================================================*/

#product_view {width:700px; margin:auto; overflow:hidden;}
#product_view h1 { font-size:18px; text-align: left; line-height:26px;}
#product_view h2 { font-size:14px; height:30px; line-height:30px}
#product_view div.content { line-height:180%; padding-bottom:15px}
#product_view p.pImg {text-align:center; padding-bottom:15px}


.list{ padding:0 10px 0 0;}
.list img{ cursor:pointer; padding:1px; border:1px solid #cdcdcd; margin-right:10px; display:block; float:left; width:60px; height:60px; margin-bottom:10px;}
.list img.onzoom, .list img.on{padding:0px; border:2px solid #0068b7;}

.container{ position:relative;}

.izImage{ border:1px solid #cdcdcd; max-width:450px; max-height:450px; cursor:pointer}
.izViewer{width:0;height:0;position:absolute;left:390px;top:0;display:none; border:1px solid #999;}
#idList{ display:none}
.handle{display:none;opacity:0.6;filter:alpha(opacity=60);background:#E6EAF3; cursor:crosshair;}


.right_text{ width:450px; font-size:16px;float:right;}
.right_text h1{ line-height:26px; font-size:28px; font-weight:normal}

.right_text .text{ line-height:34px; margin-top:10px;}
.right_text .text span{ font-size:22px; color:#0068b7;}
.right_text .text  .janj{ line-height:30px; color:#4c4c4c; font-size:16px; margin-top:15px; padding-top:15px; border-top:1px solid #e2e2e2}



/*漂浮*/
.float-contact-mini {
	position: absolute;
	right: 1px;
	top: 30%;
	 z-index:100
}
.float-contact-mini a {
	background: url("../images/sprites.png") no-repeat scroll 0 0 transparent;
	color: #FFFFFF !important;
	display: block;
	height: 65px;
	line-height: 110%;
	padding: 46px 5px 0;
	text-align: center;
	text-decoration: none !important;
	width: 18px;
}
.float-contact {
	display: none;
	position: absolute;
	right: 1px;
	top:28%;
	width: 190px;
}
.float-contact .close {
	background: url("../images/sprites.png") no-repeat scroll -29px 0 transparent;
	color: #FFFFFF !important;
	display: block;
	height: 31px;

	line-height: 31px;
	padding-left: 22px;

}
.float-contact .container {
	background:#FFFFFF;
	border-color: #E3E3E3;
	 padding:10px 5px

}
.float-contact .container {
	border-style: solid;

}
.float-contact .qq {
	
}
.float-contact .qqtitle {

}
.float-contact .qq .btn {
	
}
.float-contact .qq .btn li {
line-height:30px;
}

/*.float-contact .qq .btn li a{ border:1px solid #e6e6e6; margin:10px auto 0; display:block}*/

.float-contact .myqqlink {
	background: url("../images/qqpf.png") repeat-x left center;
	
	color: #FFFFFF ; font-size:16px;
	display: block;
	height: 35px;
	line-height: 35px;
	text-align: center;

}
